Returns all sites of a legal entity with a specific BPNL
Get business partners of type site belonging to a business partner of type legal entity, identified by the business partner's bpnl ignoring case.
Path Parameters
- bpnl string required
BPNL value
Query Parameters
- page string
Default value:
0
Number of page to get results from
- size string
Possible values:
<= 100
Default value:
10
Size of each page
- 200
- 400
- 404
The sites for the specified bpnl
- application/json
- Schema
- Example (from schema)
Schema
- totalElements int64
Total number of all results in all pages
- totalPages int32
Total number pages
- page int32
Current page number
- contentSize int32
Number of results in the page
content object[]
Collection of results in the page
bpns stringA BPNS represents and uniquely identifies a site, which is where for example a production plant, a warehouse, or an office building is located.
name stringThe name of the site. This is not according to official registers but according to the name the owner chooses.
states object[]
The list of the (temporary) states of the site.
validFrom date-timeThe date from which the state is valid.
validTo date-timeThe date until the state is valid.
type object
Named type uniquely identified by its technical key
technicalKey stringPossible values: [
ACTIVE
,INACTIVE
]Unique key of this type for reference
name stringName or denotation of this type
isCatenaXMemberData booleanIndicates whether the site is owned and thus provided by a Catena-X Member.
bpnLegalEntity stringThe BPNL of the legal entity owning the site.
createdAt date-timeThe date when the data record has been created.
updatedAt date-timeThe date when the data record has been last updated.
confidenceCriteria object
sharedByOwner booleancheckedByExternalDataSource booleannumberOfSharingMembers int32lastConfidenceCheckAt date-timenextConfidenceCheckAt date-timeconfidenceLevel int32
{
"totalElements": 0,
"totalPages": 0,
"page": 0,
"contentSize": 0,
"content": [
{
"bpns": "string",
"name": "string",
"states": [
{
"validFrom": "2024-05-15",
"validTo": "2024-05-15",
"type": {
"technicalKey": "ACTIVE",
"name": "string"
}
}
],
"isCatenaXMemberData": true,
"bpnLegalEntity": "string",
"createdAt": "2024-05-15",
"updatedAt": "2024-05-15",
"confidenceCriteria": {
"sharedByOwner": true,
"checkedByExternalDataSource": true,
"numberOfSharingMembers": 0,
"lastConfidenceCheckAt": "2024-05-15",
"nextConfidenceCheckAt": "2024-05-15",
"confidenceLevel": 0
}
}
]
}
On malformed pagination request
No business partner found for specified bpnl